﻿/* css 重置 */
	*{margin:0; padding:0; list-style:none; }
	img{ border:0;  }
	a{ text-decoration:none; color:#333;  }
	a:hover{ color:#1974A1;}
	.js{width:90%; margin:10px auto 0 auto; }
	.js p{ padding:5px 0; font-weight:bold; overflow:hidden;  }
	.js p span{ float:right; }
	.js p span a{ color:#f00; text-decoration:underline;   }
	.js textarea{ height:100px;  width:98%; padding:5px; border:1px solid #ccc; border-top:2px solid #aaa;  border-left:2px solid #aaa;  }

	 /* 本例子css */
	.focusBox { position: relative; width: 100%;height:auto; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic li { width: 100%; height: auto; display: block; }
    .focusBox .pic li img{ width:100%; height:auto; text-align:center}
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 60px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 60px; overflow: hidden; left:50%; margin-left:-500px }
	.focusBox .txt li{ height:60px; line-height:61px; position:absolute; bottom:-80px;}
	.focusBox .txt li a{ display: block; color: #fff; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 10px; left:50%; margin-left:-50px; /*right: 20px; width:1000px; left:50%;*/ }
	.focusBox .num li{ float:left;position: relative;width:15px;height:15px; line-height:15px; overflow:hidden; text-align:center; margin-right:10px; cursor:pointer;border-radius:15px; background:#eee; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: #045370; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; border:none;}
	.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#1d9dcd;  }
	.banner-btn{ width:100%;position:absolute; top:40%; left:0%;}
	.banner-btn .prev{position:absolute; left:10%; background:url(../en/images/foot.png) no-repeat 0 0; width:49px; height:104px;}
	.banner-btn .next{position:absolute; right:10%;background:url(../en/images/foot.png) no-repeat -49px 0;width:49px; height:104px;}